crypto/tls.ClientSessionState.vers (field)

6 uses

	crypto/tls (current package)
		common.go#L333: 	vers               uint16                // TLS version negotiated for the session
		handshake_client.go#L274: 		if v == session.vers {
		handshake_client.go#L302: 	if session.vers != VersionTLS13 {
		handshake_client.go#L726: 	if hs.session.vers != c.vers {
		handshake_client.go#L814: 		vers:               c.vers,
		handshake_client_tls13.go#L665: 		vers:               c.vers,